1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctBom_GoiSanPham
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 =
new System.Windows.Forms.DataGridViewCellStyle();
32             
this.panel1 = new System.Windows.Forms.Panel();
33             
this.lblTongSoBanGhiHienThi = new System.Windows.Forms.Label();
34             
this.btnTiep = new System.Windows.Forms.Button();
35             
this.btnSau = new System.Windows.Forms.Button();
36             
this.label5 = new System.Windows.Forms.Label();
37             
this.maskedTextBoxDenNgay = new System.Windows.Forms.MaskedTextBox();
38             
this.maskedTextBoxTuNgay = new System.Windows.Forms.MaskedTextBox();
39             
this.linkLabelHienThiTatCa = new System.Windows.Forms.LinkLabel();
40             
this.txtTieuDe = new System.Windows.Forms.TextBox();
41             
this.label4 = new System.Windows.Forms.Label();
42             
this.label3 = new System.Windows.Forms.Label();
43             
this.label2 = new System.Windows.Forms.Label();
44             
this.label1 = new System.Windows.Forms.Label();
45             
this.dgvDsBom = new System.Windows.Forms.DataGridView();
46             
this.GiaVon = new System.Windows.Forms.DataGridViewTextBoxColumn();
47             
this.IdBomList = new System.Windows.Forms.DataGridViewTextBoxColumn();
48             
this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
49             
this.TieuDe = new System.Windows.Forms.DataGridViewTextBoxColumn();
50             
this.SoLuong = new System.Windows.Forms.DataGridViewTextBoxColumn();
51             
this.SoLuongMatHangMua = new System.Windows.Forms.DataGridViewTextBoxColumn();
52             
this.SoLuongMatHangKhuyenMai = new System.Windows.Forms.DataGridViewTextBoxColumn();
53             
this.GiaBan = new System.Windows.Forms.DataGridViewTextBoxColumn();
54             
this.ThanhTien = new System.Windows.Forms.DataGridViewTextBoxColumn();
55             
this.NgayBatDau = new System.Windows.Forms.DataGridViewTextBoxColumn();
56             
this.NgayKetThuc = new System.Windows.Forms.DataGridViewTextBoxColumn();
57             
this.NgayTao = new System.Windows.Forms.DataGridViewTextBoxColumn();
58             
this.XemChiTiet = new System.Windows.Forms.DataGridViewLinkColumn();
59             
this.linkAddBom_OrGoiSp = new System.Windows.Forms.LinkLabel();
60             
this.panel1.SuspendLayout();
61             ((System.ComponentModel.ISupportInitialize)(
this.dgvDsBom)).BeginInit();
62             
this.SuspendLayout();
63             
//
64             
// panel1
65             
//
66             
this.panel1.AutoScroll = true;
67             
this.panel1.BackColor = System.Drawing.Color.White;
68             
this.panel1.Controls.Add(this.lblTongSoBanGhiHienThi);
69             
this.panel1.Controls.Add(this.btnTiep);
70             
this.panel1.Controls.Add(this.btnSau);
71             
this.panel1.Controls.Add(this.label5);
72             
this.panel1.Controls.Add(this.maskedTextBoxDenNgay);
73             
this.panel1.Controls.Add(this.maskedTextBoxTuNgay);
74             
this.panel1.Controls.Add(this.linkLabelHienThiTatCa);
75             
this.panel1.Controls.Add(this.txtTieuDe);
76             
this.panel1.Controls.Add(this.label4);
77             
this.panel1.Controls.Add(this.label3);
78             
this.panel1.Controls.Add(this.label2);
79             
this.panel1.Controls.Add(this.label1);
80             
this.panel1.Controls.Add(this.dgvDsBom);
81             
this.panel1.Controls.Add(this.linkAddBom_OrGoiSp);
82             
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
83             
this.panel1.Location = new System.Drawing.Point(0, 0);
84             
this.panel1.Name = "panel1";
85             
this.panel1.Size = new System.Drawing.Size(1024, 860);
86             
this.panel1.TabIndex = 0;
87             
//
88             
// lblTongSoBanGhiHienThi
89             
//
90             
this.lblTongSoBanGhiHienThi.AllowDrop = true;
91             
this.lblTongSoBanGhiHienThi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
92             
this.lblTongSoBanGhiHienThi.Location = new System.Drawing.Point(573, 156);
93             
this.lblTongSoBanGhiHienThi.Name = "lblTongSoBanGhiHienThi";
94             
this.lblTongSoBanGhiHienThi.Size = new System.Drawing.Size(329, 18);
95             
this.lblTongSoBanGhiHienThi.TabIndex = 43;
96             
this.lblTongSoBanGhiHienThi.Text = "Hiển thị từ 1 đến 30 trong 100 mục";
97             
this.lblTongSoBanGhiHienThi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
98             
//
99             
// btnTiep
100             
//
101             
this.btnTiep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
102             
this.btnTiep.Location = new System.Drawing.Point(962, 150);
103             
this.btnTiep.Name = "btnTiep";
104             
this.btnTiep.Size = new System.Drawing.Size(49, 30);
105             
this.btnTiep.TabIndex = 41;
106             
this.btnTiep.Text = ">>";
107             
this.btnTiep.UseVisualStyleBackColor = true;
108             
this.btnTiep.Click += new System.EventHandler(this.btnTiep_Click);
109             
//
110             
// btnSau
111             
//
112             
this.btnSau.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
113             
this.btnSau.Location = new System.Drawing.Point(907, 150);
114             
this.btnSau.Name = "btnSau";
115             
this.btnSau.Size = new System.Drawing.Size(49, 30);
116             
this.btnSau.TabIndex = 42;
117             
this.btnSau.Text = "<<";
118             
this.btnSau.UseVisualStyleBackColor = true;
119             
this.btnSau.Click += new System.EventHandler(this.btnSau_Click);
120             
//
121             
// label5
122             
//
123             
this.label5.AutoSize = true;
124             
this.label5.Location = new System.Drawing.Point(239, 118);
125             
this.label5.Name = "label5";
126             
this.label5.Size = new System.Drawing.Size(70, 18);
127             
this.label5.TabIndex = 18;
128             
this.label5.Text = "Đến ngày";
129             
//
130             
// maskedTextBoxDenNgay
131             
//
132             
this.maskedTextBoxDenNgay.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
133             
this.maskedTextBoxDenNgay.Location = new System.Drawing.Point(315, 110);
134             
this.maskedTextBoxDenNgay.Mask = "00/00/0000";
135             
this.maskedTextBoxDenNgay.Name = "maskedTextBoxDenNgay";
136             
this.maskedTextBoxDenNgay.Size = new System.Drawing.Size(117, 26);
137             
this.maskedTextBoxDenNgay.TabIndex = 17;
138             
this.maskedTextBoxDenNgay.ValidatingType = typeof(System.DateTime);
139             
//
140             
// maskedTextBoxTuNgay
141             
//
142             
this.maskedTextBoxTuNgay.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
143             
this.maskedTextBoxTuNgay.Location = new System.Drawing.Point(99, 110);
144             
this.maskedTextBoxTuNgay.Mask = "00/00/0000";
145             
this.maskedTextBoxTuNgay.Name = "maskedTextBoxTuNgay";
146             
this.maskedTextBoxTuNgay.Size = new System.Drawing.Size(117, 26);
147             
this.maskedTextBoxTuNgay.TabIndex = 16;
148             
this.maskedTextBoxTuNgay.ValidatingType = typeof(System.DateTime);
149             
//
150             
// linkLabelHienThiTatCa
151             
//
152             
this.linkLabelHienThiTatCa.AutoSize = true;
153             
this.linkLabelHienThiTatCa.Location = new System.Drawing.Point(553, 118);
154             
this.linkLabelHienThiTatCa.Name = "linkLabelHienThiTatCa";
155             
this.linkLabelHienThiTatCa.Size = new System.Drawing.Size(69, 18);
156             
this.linkLabelHienThiTatCa.TabIndex = 13;
157             
this.linkLabelHienThiTatCa.TabStop = true;
158             
this.linkLabelHienThiTatCa.Text = "Tìm kiếm";
159             
this.linkLabelHienThiTatCa.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelHienThiTatCa_LinkClicked);
160             
//
161             
// txtTieuDe
162             
//
163             
this.txtTieuDe.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
164             
this.txtTieuDe.Location = new System.Drawing.Point(99, 62);
165             
this.txtTieuDe.Name = "txtTieuDe";
166             
this.txtTieuDe.Size = new System.Drawing.Size(523, 26);
167             
this.txtTieuDe.TabIndex = 10;
168             
this.txtTieuDe.TextChanged += new System.EventHandler(this.txtTieuDe_TextChanged);
169             
//
170             
// label4
171             
//
172             
this.label4.AutoSize = true;
173             
this.label4.Location = new System.Drawing.Point(23, 118);
174             
this.label4.Name = "label4";
175             
this.label4.Size = new System.Drawing.Size(60, 18);
176             
this.label4.TabIndex = 6;
177             
this.label4.Text = "Từ ngày";
178             
//
179             
// label3
180             
//
181             
this.label3.AutoSize = true;
182             
this.label3.Location = new System.Drawing.Point(23, 62);
183             
this.label3.Name = "label3";
184             
this.label3.Size = new System.Drawing.Size(57, 18);
185             
this.label3.TabIndex = 5;
186             
this.label3.Text = "Tên gói";
187             
//
188             
// label2
189             
//
190             
this.label2.AutoSize = true;
191             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
192             
this.label2.Location = new System.Drawing.Point(18, 5);
193             
this.label2.Name = "label2";
194             
this.label2.Size = new System.Drawing.Size(366, 29);
195             
this.label2.TabIndex = 4;
196             
this.label2.Text = "Danh sách BOM và gói sản phẩm";
197             
//
198             
// label1
199             
//
200             
this.label1.AutoSize = true;
201             
this.label1.Location = new System.Drawing.Point(23, 725);
202             
this.label1.Name = "label1";
203             
this.label1.Size = new System.Drawing.Size(0, 18);
204             
this.label1.TabIndex = 3;
205             
//
206             
// dgvDsBom
207             
//
208             
this.dgvDsBom.AllowUserToAddRows = false;
209             
this.dgvDsBom.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
210             | System.Windows.Forms.AnchorStyles.Right)));
211             
this.dgvDsBom.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
212             
this.dgvDsBom.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
213             
this.dgvDsBom.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
214             
this.GiaVon,
215             
this.IdBomList,
216             
this.STT,
217             
this.TieuDe,
218             
this.SoLuong,
219             
this.SoLuongMatHangMua,
220             
this.SoLuongMatHangKhuyenMai,
221             
this.GiaBan,
222             
this.ThanhTien,
223             
this.NgayBatDau,
224             
this.NgayKetThuc,
225             
this.NgayTao,
226             
this.XemChiTiet});
227             
this.dgvDsBom.Location = new System.Drawing.Point(23, 186);
228             
this.dgvDsBom.Name = "dgvDsBom";
229             
this.dgvDsBom.RowTemplate.Height = 30;
230             
this.dgvDsBom.Size = new System.Drawing.Size(988, 430);
231             
this.dgvDsBom.TabIndex = 1;
232             
this.dgvDsBom.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDsBom_CellClick);
233             
//
234             
// GiaVon
235             
//
236             
this.GiaVon.FillWeight = 150F;
237             
this.GiaVon.HeaderText = "Trị giá nhập";
238             
this.GiaVon.Name = "GiaVon";
239             
this.GiaVon.Visible = false;
240             
this.GiaVon.Width = 150;
241             
//
242             
// IdBomList
243             
//
244             
this.IdBomList.HeaderText = "IdBomList";
245             
this.IdBomList.Name = "IdBomList";
246             
this.IdBomList.Visible = false;
247             
//
248             
// STT
249             
//
250             
this.STT.FillWeight = 50F;
251             
this.STT.HeaderText = "STT";
252             
this.STT.Name = "STT";
253             
this.STT.Width = 50;
254             
//
255             
// TieuDe
256             
//
257             
this.TieuDe.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
258             
this.TieuDe.HeaderText = "Tên gói";
259             
this.TieuDe.Name = "TieuDe";
260             
//
261             
// SoLuong
262             
//
263             
this.SoLuong.HeaderText = "S.L gói sp";
264             
this.SoLuong.Name = "SoLuong";
265             
//
266             
// SoLuongMatHangMua
267             
//
268             
this.SoLuongMatHangMua.FillWeight = 120F;
269             
this.SoLuongMatHangMua.HeaderText = "S.L M.Hàng mua";
270             
this.SoLuongMatHangMua.Name = "SoLuongMatHangMua";
271             
this.SoLuongMatHangMua.Visible = false;
272             
this.SoLuongMatHangMua.Width = 120;
273             
//
274             
// SoLuongMatHangKhuyenMai
275             
//
276             
this.SoLuongMatHangKhuyenMai.FillWeight = 120F;
277             
this.SoLuongMatHangKhuyenMai.HeaderText = "S.L M.Hàng K.Mãi";
278             
this.SoLuongMatHangKhuyenMai.Name = "SoLuongMatHangKhuyenMai";
279             
this.SoLuongMatHangKhuyenMai.Visible = false;
280             
this.SoLuongMatHangKhuyenMai.Width = 120;
281             
//
282             
// GiaBan
283             
//
284             
this.GiaBan.FillWeight = 130F;
285             
this.GiaBan.HeaderText = "Đơn giá";
286             
this.GiaBan.Name = "GiaBan";
287             
this.GiaBan.Width = 130;
288             
//
289             
// ThanhTien
290             
//
291             
this.ThanhTien.FillWeight = 130F;
292             
this.ThanhTien.HeaderText = "Thành tiền";
293             
this.ThanhTien.Name = "ThanhTien";
294             
this.ThanhTien.Width = 130;
295             
//
296             
// NgayBatDau
297             
//
298             
this.NgayBatDau.FillWeight = 130F;
299             
this.NgayBatDau.HeaderText = "Ngày bắt đầu";
300             
this.NgayBatDau.Name = "NgayBatDau";
301             
this.NgayBatDau.Width = 130;
302             
//
303             
// NgayKetThuc
304             
//
305             dataGridViewCellStyle2.Padding =
new System.Windows.Forms.Padding(4);
306             
this.NgayKetThuc.DefaultCellStyle = dataGridViewCellStyle2;
307             
this.NgayKetThuc.FillWeight = 130F;
308             
this.NgayKetThuc.HeaderText = "Ngày kết thúc";
309             
this.NgayKetThuc.Name = "NgayKetThuc";
310             
this.NgayKetThuc.Width = 130;
311             
//
312             
// NgayTao
313             
//
314             
this.NgayTao.HeaderText = "Ngày tạo";
315             
this.NgayTao.Name = "NgayTao";
316             
this.NgayTao.Visible = false;
317             
//
318             
// XemChiTiet
319             
//
320             
this.XemChiTiet.FillWeight = 80F;
321             
this.XemChiTiet.HeaderText = "Xem";
322             
this.XemChiTiet.Name = "XemChiTiet";
323             
this.XemChiTiet.Resizable = System.Windows.Forms.DataGridViewTriState.True;
324             
this.XemChiTiet.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
325             
this.XemChiTiet.Width = 80;
326             
//
327             
// linkAddBom_OrGoiSp
328             
//
329             
this.linkAddBom_OrGoiSp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
330             
this.linkAddBom_OrGoiSp.AutoSize = true;
331             
this.linkAddBom_OrGoiSp.Location = new System.Drawing.Point(806, 16);
332             
this.linkAddBom_OrGoiSp.Name = "linkAddBom_OrGoiSp";
333             
this.linkAddBom_OrGoiSp.Size = new System.Drawing.Size(215, 18);
334             
this.linkAddBom_OrGoiSp.TabIndex = 0;
335             
this.linkAddBom_OrGoiSp.TabStop = true;
336             
this.linkAddBom_OrGoiSp.Text = "Thêm BOM hoặc gói sản phẩm";
337             
this.linkAddBom_OrGoiSp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkAddBom_OrGoiSp_LinkClicked);
338             
//
339             
// uctBom_GoiSanPham
340             
//
341             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
342             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
343             
this.Controls.Add(this.panel1);
344             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
345             
this.Margin = new System.Windows.Forms.Padding(4);
346             
this.Name = "uctBom_GoiSanPham";
347             
this.Size = new System.Drawing.Size(1024, 860);
348             
this.Load += new System.EventHandler(this.uctBom_GoiSanPham_Load);
349             
this.panel1.ResumeLayout(false);
350             
this.panel1.PerformLayout();
351             ((System.ComponentModel.ISupportInitialize)(
this.dgvDsBom)).EndInit();
352             
this.ResumeLayout(false);
353
354         }
355
356         
#endregion
357
358         
private System.Windows.Forms.Panel panel1;
359         
private System.Windows.Forms.LinkLabel linkAddBom_OrGoiSp;
360         
private System.Windows.Forms.DataGridView dgvDsBom;
361         
private System.Windows.Forms.Label label1;
362         
private System.Windows.Forms.TextBox txtTieuDe;
363         
private System.Windows.Forms.Label label4;
364         
private System.Windows.Forms.Label label3;
365         
private System.Windows.Forms.Label label2;
366         
private System.Windows.Forms.LinkLabel linkLabelHienThiTatCa;
367         
private System.Windows.Forms.MaskedTextBox maskedTextBoxTuNgay;
368         
private System.Windows.Forms.Label label5;
369         
private System.Windows.Forms.MaskedTextBox maskedTextBoxDenNgay;
370         
private System.Windows.Forms.Label lblTongSoBanGhiHienThi;
371         
private System.Windows.Forms.Button btnTiep;
372         
private System.Windows.Forms.Button btnSau;
373         
private System.Windows.Forms.DataGridViewTextBoxColumn GiaVon;
374         
private System.Windows.Forms.DataGridViewTextBoxColumn IdBomList;
375         
private System.Windows.Forms.DataGridViewTextBoxColumn STT;
376         
private System.Windows.Forms.DataGridViewTextBoxColumn TieuDe;
377         
private System.Windows.Forms.DataGridViewTextBoxColumn SoLuong;
378         
private System.Windows.Forms.DataGridViewTextBoxColumn SoLuongMatHangMua;
379         
private System.Windows.Forms.DataGridViewTextBoxColumn SoLuongMatHangKhuyenMai;
380         
private System.Windows.Forms.DataGridViewTextBoxColumn GiaBan;
381         
private System.Windows.Forms.DataGridViewTextBoxColumn ThanhTien;
382         
private System.Windows.Forms.DataGridViewTextBoxColumn NgayBatDau;
383         
private System.Windows.Forms.DataGridViewTextBoxColumn NgayKetThuc;
384         
private System.Windows.Forms.DataGridViewTextBoxColumn NgayTao;
385         
private System.Windows.Forms.DataGridViewLinkColumn XemChiTiet;
386     }
387 }


Gõ tìm kiếm nhanh...